Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Equals Method
The object to compare the current with.

In This Topic
    Equals Method (RdlEnum<T>)
    In This Topic
    Compares the current object to another object. This method performs comparison by value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare the current with.

    Return Value

    true if the two objects repesent the same value, false otherwise.
    See Also